@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@700&display=swap');
::-webkit-scrollbar {
	width: 8px;
}

.review_section {
	width: 50% !important;
}
/* .cust_share_model{
	width: 30% !important;
} */

.share_whatsapp{

    display: inline-block;
    padding: 8px 10px 7px 9px;
    border-radius: 50%;
}
.share_facebook{

    display: inline-block;
    padding: 8px 17px 7px 0px;
    border-radius: 50%;
}
.share_copy_link{
	
    display: inline-block;
    padding: 8px 10px 7px 9px;
    border-radius: 50%;
}
.share_div{
	display: flex;
    justify-content: space-evenly;
	text-align: center;
}

.share_deal_btn:hover {
	/* background: #14bdee; */
		/* border-radius: 50%; */
	color:white;
}
/* .review_section table {
	 
	border: 4px solid rgb(255, 10, 10) !important;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
} */

/* Track */

::-webkit-scrollbar-track {
	background: rgb(214, 214, 214);
}

/* Handle */

::-webkit-scrollbar-thumb {
	background-image: linear-gradient(to bottom, rgb(57, 209, 255), rgb(20, 191, 238)) ;
	border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.s-text h5 {
	color: rgb(0, 0, 0);
}

.s-text {
	width: 400%;
	/* height: 20px;
	background-color: red; */
	margin-top: 8px;
	font-weight: bold;
	position: relative;
	animation: mymove 25s infinite;
	animation-timing-function: linear;
	font-size: 16px;
}


.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: rgb(255, 0, 0);
	padding: 12px 16px;
	width: 220px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: rgb(230, 230, 230);
}

.dropdown:hover .dropdown-content {
	display: block;
}

.back-to-top {
	position: fixed;
	z-index: 99999;
	bottom: 110px !important;
	left: 26px;
	/* right: 26px; */
	padding: 11px !important;
	display: none;
	background-image: linear-gradient(to bottom, rgb(0, 132, 255), rgb(20, 191, 238)) !important;
	color: rgb(8, 3, 3);
}

.whatsappbtn {
	position: fixed;
	z-index: 99999;
	bottom: 110px !important;
	left: 26px;
	right: 26px;
	padding: 11px !important;
	display: none;
	background-image: linear-gradient(to bottom, rgb(0, 132, 255), rgb(20, 191, 238)) !important;
	color: rgb(8, 3, 3);
}

.back-to-bottom {
	position: fixed;
	z-index: 99999;
	bottom: 110px !important;
	left: 26px;
	/* right: 26px; */
	padding: 11px !important;
	/* display: none; */
	background-image: linear-gradient(to bottom, rgb(0, 132, 255), rgb(20, 191, 238)) !important;
	color: rgb(8, 3, 3);
}
.back-to-top i :hover {
	color: #000000 !important;
}

.prof-div {
	width: 200px;
}

.prof-div a {
	color: #4b4b4b!important;
}

.prof-div {
	background-color: #f9f9f9;
	/* box-shadow: -3px 3px 21px 1px black; */
}

html {
	scroll-behavior: smooth;
}

.fix-top1 :hover {
	color: white;
	background-color: #14bdee;
}

.logout {
	/* width: 120px; */
	height: 40px;
	/* border-radius: 222px; */
	background: transparent;
	border: none;
	outline: none;
	/* border-radius: 3px; */
	font-size: 16px;
	font-weight: 500;
	color: rgb(0, 0, 0);
	/* text-transform: uppercase; */
	letter-spacing: 0.1em;
	cursor: pointer;
}

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:300,400,500,700,900');
/*********************************
2. Body and some general stuff
*********************************/

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}

div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	list-style: none;
	margin-bottom: 0px;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.85;
	font-weight: 400;
	color: #76777a;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	color: #384158;
	margin-bottom: 0;
}

p a {
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #14bdee;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

p:last-of-type {
	margin-bottom: 0;
}

a, a:hover, a:visited, a:active, a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a:active {
	position: relative;
	color: #FF6347;
}

p a:hover {
	color: #FFFFFF;
	background: #14bdee;
}

p a:hover::after {
	opacity: 0.2;
}

.form-control {
	color: rgb(80, 80, 80) !important;
}

section {
	display: block;
	position: relative;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.clearfix::before, .clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clearfix {
	zoom: 3;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.fill_height {
	height: 100%;
}

.super_container {
	width: 100%;
	overflow: hidden;
}

.prlx_parent {
	overflow: hidden;
}

.prlx {
	height: 130% !important;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}

.nopadding {
	padding: 0px !important;
}

/*********************************
3. Header
*********************************/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.header.scrolled {
	top: 0 !important;
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar {
	width: 100%;
	background: #14bdee;
}

.header.scrolled .top_bar {}

.top_bar_container {
	width: 100%;
	height: 100%;
}

.top_bar_content {
	width: 100%;
	height: 40px;
}

.top_bar_contact_list li {
	display: inline-block;
}

.question {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 0px;
}

.top_bar_contact_list li i, .top_bar_contact_list li>div {
	display: inline-block;
	font-size: 14px;
	color: #FFFFFF;
}

.top_bar_contact_list li>div {
	margin-left: 1px;
}

.top_bar_contact_list li:not(:last-child) {
	margin-right: 21px;
}

.top_bar_login {
	height: 100%;
}

.login_button {
	width: 160px;
	height: 100%;
	background: #f3f3f3;
	text-align: center;
}

.login_button a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	color: #384158;
}

/*********************************
3.2 Header Content
*********************************/

.header_container {
	width: 100%;
	background: #FFFFFF;
}

/* .header_content {
	height: 90px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
} */

/* .header.scrolled .header_content {
	height: 80px;
	border: 2px solid red;
} */

/*********************************
3.3 Logo
*********************************/

.logo, .logo_text {
	display: inline-block;
}

.logo {
	width: 60px;
	height: 60px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.logo img {
	max-width: 100%;
}

.logo_text {
	font-family: 'Exo 2', sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 0.75;
	color: #384158;
	vertical-align: middle;
	margin-left: 4px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.logo_text span {
	color: #14bdee;
}

.header.scrolled .logo {
	width: 40px;
	height: 40px;
}

.header.scrolled .logo_text {
	font-size: 24px;
}
.logo_img{
	width: 260px !important;
}
/*********************************
3.4 Main Nav
*********************************/

.main_nav_contaner {}

.main_nav, .search_button, .reglog {
	display: inline-block;
}

.main_nav li {
	display: inline-block;
	position: relative;
}

.main_nav li:not(:last-child) {
	margin-right: 34px;
}
.home11{
	height: 127px;
}

.main_nav li a {
	font-size: 18px;
	font-weight: 500;
	width: 400px;
	color: #384158;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main_nav li a:hover, .main_nav li.active a {
	color: #14bdee;
}

.main_nav li.active::after {
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #569fcf;
	content: '';
}

.search_button {
	margin-left: 46px;
	cursor: pointer;
}

.reglog {
	margin-left: 18px;
	cursor: pointer;
}

.search_button i, .reglog i {
	font-size: 18px;
	color: #181818;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.search_button:hover i, .reglog:hover i {
	color: #14bdee;
}

.header_search_form {
	display: block;
	position: relative;
	width: 40%;
}

.header_search_container {
	position: absolute;
	/* bottom: 0px; */
	left: 0px;
	width: 100%;
	background: #14bdee;
	z-index: 1;
	/* opacity: 0; */
	/* -webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease; */
	/* bottom: -40px; */
	top: 132px;
	/* top: 112px; */
	/* top: 90px; */
	opacity: 1;
}

.header_search_content {
	width: 100%;
	height: 40px;
}

.search_input {
	width: auto;
	height: 30px;
	border: none;
	outline: none;
	padding-left: 20px;
	border-right: 1px solid #e5e5e5;
}

.header_search_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	border: none;
	outline: none;
	cursor: pointer;
}

.new-nav {
	display: flex !important;
	margin-top: 6px;
}

.new-nav>li>a {
	color: white;
	font-size: 18px;
}

.new-nav-link {
	/* margin: auto 26px !important; */
	/* margin: -3px 14px 3px 26px !important; */

}

/*********************************
3.5 Hamburger
*********************************/

.hamburger_container {}

.hamburger {
	display: none;
	cursor: pointer;
}

.hamburger i {
	/* font-size: 20px; */
	color: #353535;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.hamburger:hover i {
	color: #14bdee;
}

/*********************************
4. Menu
*********************************/

.menu {
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 110%!important;
	background: #FFFFFF;
	z-index: 101;
	padding-right: 60px;
	padding-top: 60px;
	padding-left: 50px;
}

.menu .logo a {
	color: #000000;
}

.menu.active {
	right: 0;
}

.menu_close_container {
	position: absolute;
	top: 23px;
	right: 60px;
	width: 18px;
	height: 18px;
	transform-origin: center center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
}

.menu_close {
	width: 100%;
	height: 100%;
	transform-style: preserve-3D;
}

.menu_close div {
	width: 100%;
	height: 2px;
	background: #232323;
	top: 8px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_close div:last-of-type {
	-webkit-transform: rotate(90deg) translateX(-2px);
	-moz-transform: rotate(90deg) translateX(-2px);
	-ms-transform: rotate(90deg) translateX(-2px);
	-o-transform: rotate(90deg) translateX(-2px);
	transform: rotate(90deg) translateX(-2px);
	transform-origin: center;
}

.menu_close:hover div {
	background: #937c6f;
}

.menu .logo {
	margin-bottom: 60px;
}

.menu_nav {
	/* background-color: rgb(102, 102, 102); */
	/* height: 100px; */
	/* border: 1px dotted black; */
	overflow-y: scroll;
}

.menu_nav::-webkit-scrollbar {
	display: none;
}

.menu_nav {
	-ms-overflow-style: none;
}

/* jjjjjjjjjjjjjjjjjjjjh */

.menu_nav ul li {
	margin-bottom: 9px;
}

.menu_nav ul li a {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 1);
	font-weight: 700;
	letter-spacing: 0.1em;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_nav ul li a:hover {
	color: #14bdee;
}

.menu .search {
	width: 100%;
	margin-bottom: 11px;
}

.search {
	display: inline-block;
	width: 400px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}

.menu .header_search_form {
	width: 100%;
}

.search form {
	position: relative;
}

.menu .search_input {
	width: 100%;
	height: 40px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	border: none;
	outline: none;
	padding-left: 15px;
	color: rgba(0, 0, 0, 0.5);
}

.menu .search_input::-webkit-input-placeholder {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: rgba(0, 0, 0, 0.4) !important;
}

.menu .search_input:-moz-placeholder {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: rgba(0, 0, 0, 0.4) !important;
}

.menu .search_input::-moz-placeholder {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: rgba(0, 0, 0, 0.4) !important;
}

.menu .search_input:-ms-input-placeholder {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: rgba(0, 0, 0, 0.4) !important;
}

.menu .search_input::input-placeholder {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: rgba(0, 0, 0, 0.4) !important;
}

/*********************************
5. Section
*********************************/

.section_title_container {
	max-width: 600px;
	margin: 0 auto;
}

.section_title {
	line-height: 1.2;
}

.section_subtitle {
	line-height: 1.85;
	margin-top: 14px;
}

.section_subtitle h5 {
	line-height: 23px;
	text-align: justify;
	word-spacing: 3px;
}

.section_subtitle1 {
	color: rgb(102, 102, 102)!important;
	font-size: 18px;
}

.section_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*********************************
6. Home
*********************************/

.home {
	width: 100%;
	height: 150px;
	background: #14bdee; 
	/* background: #f2f4f5; */
	border-bottom: solid 1px #edeff0;
}

.breadcrumbs_container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	/* padding-bottom: 13px;
	padding-left: 3px; */
}

.breadcrumbs ul li {
	display: inline-block;
	position: relative;
	color: #000;
}

.breadcrumbs ul li:not(:last-child)::after {
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\f105';
	margin-left: 7px;
	margin-right: 4px;
	color: #384158;
}

.breadcrumbs ul li a {
	font-size: 14px;
	font-weight: 400;
	color: #384158;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.breadcrumbs ul li a:hover {
	color: #14bdee;
}

/*********************************
8. Newsletter
*********************************/

.newsletter {
	width: 100%;
}

.newsletter_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.newsletter_container {
	width: 100%;
	height: 120px;
}

.newsletter_title {
	font-family: 'Exo 2', sans-serif;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
}

.newsletter_subtitle {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 6px;
	text-align: center;
}

.newsletter_form_container {
	width: 450px;
	padding-left: 20px;
}

.newsletter_form {
	display: block;
	position: relative;
	width: 100%;
}

.newsletter_input {
	width: calc(100% - 136px);
	height: 40px;
	background: rgba(255, 255, 255, 0.4);
	border: none;
	outline: none;
	padding-left: 20px;
	color: #FFFFFF;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.newsletter_input::-webkit-input-placeholder {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}

.newsletter_input:-moz-placeholder {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}

.newsletter_input::-moz-placeholder {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}

.newsletter_input:-ms-input-placeholder {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}

.newsletter_input::input-placeholder {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}

.newsletter_button {
	width: 136px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 3px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	color: #14bdee;
	font-weight: 500;
	letter-spacing: 0.1em;
}

/*********************************
12. Footer
*********************************/

.footer {
	display: block;
	position: relative;
	width: 100%;
	background: #1e2434;
	padding-top: 74px;
}

.footer_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* .footer_content {
	padding-bottom: 43px;
} */

.footer_logo_text {
	font-family: 'Exo 2', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 0.75;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.footer_logo_text span {
	color: #14bdee;
}

.footer_title {
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 0.75;
}

.footer_logo_container {
	margin-top: -14px;
	/* font-family: 'Exo 2', sans-serif;font-family: 'Exo 2', sans-serif;font-family: 'Exo 2', sans-serif; */
}

.footer_about_text {
	margin-top: 15px;
}

.footer_about_text p {
	color: #FFFFFF;
}

.footer_social ul li a {
	display: block;
	position: relative;
	text-align: center;
}

.footer_social {
	margin-top: 15px;
}

.footer_social ul li {
	display: inline-block;
	width: 45px;
	height: 45px;

	border-radius: 50%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.footer_social ul li:not(:last-child) {
	margin-right: 6px;
} 
.footer_social ul li a {
	display: block;
	position: relative;
	text-align: center;
}

.footer_social ul li a i {
	color: #FFFFFF;
	line-height: 45px;
}

.footer_social ul li:hover {
	background: none !important;
}
.footer_contact {
	padding-left: 36px;
}

.footer_contact_info {
	margin-top: 14px;
	line-height: 11px;
}

.footer_contact_info ul li {
	font-size: 14px;
	font-weight: 400;
	color: #b5b8be;
	margin-bottom: 1px;
}

.footer_contact_info ul li:not(:last-child) {
	margin-bottom: 15px;
}

.footer_links {
	padding-left: 80px;
}

.footer_links_container ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.footer_links_container {
	margin-top: 33px;
}

.footer_links_container ul li a {
	font-size: 14px;
	color: #b5b8be;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.footer_links_container ul li:not(:last-child) {
	margin-bottom: 15px;
}

.footer_links_container ul li a:hover {
	color: #14bdee;
}

.footer_mobile {
	display: inline-block;
	float: right;
}

.footer_mobile_content {
	padding-top: 35px;
}

.footer_image:not(:last-child) {
	margin-bottom: 10px;
}

.copyright {
	height: 40px;
	border-top: solid 1px #353a49;
}

.cr_list li {
	display: inline-block;
}

.copyright div {
	font-size: 14px;
	color: #b5b8be;
}

.cr_text a {
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.cr_text a:hover {
	color: #14bdee;
}

.cr_list li:not(:last-child) {
	margin-right: 50px;
}

.cr_list li a {
	font-size: 14px;
	color: #b5b8be;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.cr_list li a:hover {
	color: #14bdee;
}

/* contact form */

.contact_info_container {
	margin-top: 50px;
}

.contact_info_title {
	font-family: 'Exo 2', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #384158;
}

.contact_form {
	padding-right: 10px;
}

.comment_form {
	margin-top: 35px;
}

.comment_input {
	width: 100%;
	height: 46px;
	border: solid 1px #d9d9d9;
	border-radius: 3px;
	padding-left: 19px;
	font-size: 16px;
	font-weight: 400;
	color: #2c3145;
}

.comment_form>div:not(:last-child) {
	margin-bottom: 25px;
}

.comment_input:focus {
	border: solid 1px #14bdee;
	outline: none;
}

.comment_textarea {
	width: 100%;
	height: 150px;
	padding-top: 15px;
}

.form_title {
	font-size: 16px;
	font-weight: 400;
	color: #384158;
	margin-bottom: 12px;
}

.comment_button {
	width: 150px;
	height: 46px;
	background: #14bdee;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
	outline: none;
	border-radius: 3px;
	margin-top: 15px;
}

.comment_button:hover {
	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.25);
}

.comment_buttonn {
	width: 150px;
	height: 46px;
	background: #93979c;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
	outline: none;
	border-radius: 3px;
	margin-top: 15px;
}

.comment_buttonn:hover {
	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.25);
}

.contact_info {
	padding-left: 45px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: rgb(255, 0, 0);
	padding: 12px 16px;
	width: 220px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: rgb(230, 230, 230);
}

.dropdown:hover .dropdown-content {
	display: block;
}

.contact_info_text {
	margin-top: 27px;
}

.contact_info_text p {
	text-align: justify;
}

.contact_info_location {
	margin-top: 20px;
}

.contact_info_location_title {
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #384158;
}

.location_list {
	margin-top: 14px;
}

.location_list li {
	font-size: 14px;
	color: #5e6271;
	color: #000!important;
}

.location_list li:not(:last-child) {
	margin-bottom: 9px;
}

/* search pagee */

.home1 {
	width: 100%;
	/* height: 100vh; */
}

.rfq_link {
	margin-top: 160px !important;
	float: right;
	z-index: 1;
	position: relative;
}

.front-back1 {
	width: 100%;
	margin-top: 11px;
	height: 34vh;
	margin-bottom: 60px !important;
	color: white;
}
.front-back2 {
	width: 100%;
	margin-top: 11px;
	height: 45vh;
	margin-bottom: -20px;
	color: white;
}
.home_slider_form_container1 {
	width: 832px;
	margin: 0 auto;
	margin-top: 35px;
	border: 2px solid #8f8f8f;
	border-radius: 5px 5px 5px 5px;
}
.home_slider_form_container2 {
	width: 832px;
	margin: 0 auto;
	margin-top: 35px;
	border: 2px solid #8f8f8f;
	border-radius: 5px 5px 5px 5px;
}
.home_slider_content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
}

.know .c11 {
	/* border-radius: 50px 0px 0px 50px; */
	background-color: #14bdee;
	color: white;
	border: none;
	box-shadow: none;
	border: 2px solid #14bdee;
}

.know .c21 {
	/* border-radius: 0px 50px 50px 0px; */
	background-color: #fff;
	color: #14bdee;
	border: none;
	box-shadow: none;
	border: 2px solid #14bdee;
}

.dropdown_item_select {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	background-image: url(../images/down.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
}

.matured-button {
	background-color: rgb(119, 119, 119);
	border-radius: 15px;
	padding: 9px 18px;
	color: white;
	border: 2px solid white;
}

.delet-button {
	background-color: #dc3545;
	border-radius: 15px;
	padding: 9px 18px;
	color: white;
	border: 2px solid white;
}

.home_search_input {
	width: 33.33333333%;
	border: none;
	outline: none;
	height: 25px;
	padding-left: 20px;
}

.home_search_input:not(:last-child) {
	border-right: solid 1px #e5e5e5;
}

.home_search_input::-webkit-input-placeholder {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}

.home_search_input:-moz-placeholder {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}

.home_search_input::-moz-placeholder {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}

.home_search_input:-ms-input-placeholder {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}

.home_search_input::input-placeholder {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}

.home_search_button {
	width: 120px;
	height: 46px;
	background: #14bdee;
	border: none;
	outline: none;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	cursor: pointer;
}

.home_search_form div {
	/* width: calc(100% - 140px); */
	width: calc(100% - 120px);
	height: 46px;
	background: #FFFFFF;
	border-radius: 3px;
}

.login-form {
	width: 40%;
}

.reset-link {
	float: right;
}

/* productsss page */

.buyer-form {
	width: 50%;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

@import url(http://weloveiconfonts.com/api/?family=fontawesome);
.parallax-section {
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#testimonial {
	padding: 130px 0 95px;
	background-image: url(../images/bg-testimonial.jpg);
}

#testimonial .overlay {
	background: rgba(221, 87, 128, 0.8);
}

.ts-testimonial-slide {
	text-align: center;
	color: #ffffff;
	width: 85%;
	margin: 0 auto;
}

.ts-testimonial-slide p {
	font-size: 24px;
	line-height: 36px;
	font-style: italic;
	font-family: 'Droid Serif';
	margin-bottom: 35px;
}

.ts-testimonial-slide .ts-testimonial-item {
	margin-bottom: 15px;
}

.ts-testimonial-slide .ts-testimonial-item .icon-client {
	background: #ffffff;
	width: 29px;
	height: 29px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	float: left;
	text-align: center;
	line-height: 29px;
	margin-top: 2px;
}

.ts-testimonial-slide .ts-testimonial-item .infor-client {
	display: inline-block;
	margin: 0 auto;
	width: auto;
}

.ts-testimonial-slide .ts-testimonial-item .client-name {
	padding-left: 38px;
	font-size: 12.8px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Montserrat';
	display: block;
	line-height: normal;
	white-space: nowrap;
}

.ts-testimonial-slide .ts-testimonial-item .client-position {
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	padding-left: 38px;
	display: block;
	text-align: left;
}

.ts-testimonial-slide .ts-testimonial-item .client-position a {
	color: white;
}

.ts-testimonial-slide .ts-testimonial-item .client-position a:hover {
	color: #5ed9e7;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

/* forgot passwerod page */

.reset-form {
	width: 35%;
}

/* reg buyer seller */

.Register {
	width: 50%;
}

/* wishlist */

.know {
	margin-top: 11px;
}

.know .c1 {
	border-radius: 50px 0px 0px 50px;
	background-color: #14bdee;
	color: white;
	border: none;
	box-shadow: none;
	border: 2px solid #14bdee;
}

.know .c2 {
	border-radius: 0px 50px 50px 0px;
	background-color: #fff;
	color: #14bdee;
	border: none;
	box-shadow: none;
	border: 2px solid #14bdee;
}

.visiting-card-row .col-md-3 img {
	width: 100%;
	height: 100%;
}

.sitemap ul {
	list-style: none;
}

.sitemap .vl {
	border-left: 4px solid green;
	height: 100px;
	margin: -40px 0px -53px 49.3%;
}

.sitemap li {
	list-style-type: none;
}

.sitemap .sm {
	border-left: 3px solid green;
	margin-left: 49.3%;
	height: 30px;
}

.sitemap .vs {
	border-left: 3px solid green;
	margin-left: 49.3%;
	height: 24px;
}

/*********************************
6. Home-p
*********************************/

.front-back {
	width: 100%;
	/* height: 90vh; */
	color: white;
}

.home-p {
	width: 100%;
	height: 98vh !important;
}

.home-p_slider_container {
	width: 100%;
	height: 100%;
}

.home-p_slider {
	width: 100%;
	height: 100%;
}

.home-p_slider_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.home-p_slider_content {
	position: absolute;
	top: 38%;
	left: 0;
	width: 100%;
	height: auto;
}

.home-p_slider_title {
	font-family: 'Exo 2', sans-serif;
	font-size: 50px;
	font-weight: 600;
	line-height: 1.2;
	color: #131313;
}

.home-p_slider_subtitle {
	font-size: 24px;
	color: #76777a;
	margin-top: 9px;
}

.home-p_slider_form_container {
	width: 832px;
	margin: 0 auto;
	margin-top: 35px;
	border: 2px solid;
}

.home-p_search_form div {
	width: calc(100% - 122px);
	height: 46px;
	background: #FFFFFF;
	border-radius: 3px;
}

.home-p_search_input {
	width: 35.1%;
	/* width: 33.33333333%; */
	border: none;
	outline: none;
	height: 25px;
	padding-left: 20px;
}

.home-p_search_input_busiess {
	width: 50%;
	border: none;
	outline: none;
	height: 25px;
	padding-left: 20px;
}

.home-p_search_input:not(:last-child) {
	border-right: solid 1px #e5e5e5;
}

.home-p_search_input::-webkit-input-placeholder {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}

.home-p_search_input:-moz-placeholder {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}

.home-p_search_input::-moz-placeholder {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}

.home-p_search_input:-ms-input-placeholder {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}

.home-p_search_input::input-placeholder {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}

.home-p_search_button {
	width: 120px;
	height: 46px;
	background: #14bdee;
	border: none;
	outline: none;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	cursor: pointer;
}

.home-p_slider_nav {
	position: absolute;
	top: 55.8%;
	width: 50px;
	background: #b6b7bd;
	border-radius: 50%;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.home-p_slider_prev {
	left: 75px;
}

.home-p_slider_next {
	right: 75px;
}

.home-p_slider_nav i {
	line-height: 50px;
	color: #FFFFFF;
	font-size: 22px;
}

.home-p_slider_nav:hover {
	background: #14bdee;
}

/*********************************
7. Features
*********************************/

.features {
	 /*display:none !important; */
	width: 100%;
	background: #FFFFFF;
	padding-top: 43px;
	padding-bottom: 73px;
}

.feature_col a {
	color: #687781 !important;
}

.features_row {
	 /*display:none; */
	margin-top: 35px;
}

.feature_text p {
	color: #3d3d3d;
}

.feature {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 28px;
	padding-left: 15px;
	padding-right: 15px;
	background: #FFFFFF;
}

.feature:hover {
	box-shadow: 0px 5px 40px rgba(29, 34, 47, 0.15);
	transform: scale(1.1);
}

/* feature-view */

.feature-view {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 28px;
	padding-left: 15px;
	padding-right: 15px;
	background: #FFFFFF;
}

.feature-view:hover {
	box-shadow: 0px 5px 40px rgba(29, 34, 47, 0.15);
	transform: scale(1.02);
}

.feature_icon {
	height: 55px;
}

.feature_icon img {
	max-width: 100%;
}

.feature_title {
	position: relative;
	font-size: 20px;
	margin-top: 23px;
}

.live-button {
	background-color: #14bdee;
	border-radius: 15px;
	padding: 6px 27px;
	color: white !important;
	border: 2px solid rgb(119, 119, 119);
}

.view-buy-btn {
	background-color: #14bdee;
	color: white;
	border: 2px solid rgb(124, 124, 124);
}

.deals-btn1 {
	background-color: white;
	border: 2px solid #14bdee;
	color: black;
	/* border-radius: 50px 50px 50px 50px; */
}

/* register forer */

.register-form {
	width: 60%;
}

.top-num {
	/* border: 2px solid rgb(102, 102, 102); */
	padding: 6px 11px 6px 11px;
	border-radius: 50%;
	font-size: 17px;
}

.onn {
	/* border: 2px solid rgb(77, 77, 77); */
	background-color: #14bdee;
	font-size: 21px;
	color: #000;
}

.next-btn {
	border: 2px solid rgb(102, 102, 102);
	/* border-radius: 50%; */
	padding: 0px 28px 0px 28px;
	margin-left: 35px;
	float: right;
	/* width: 83px; */
}

.footer-link li a {
	text-decoration: none;
	list-style: none;
	color: rgb(192, 192, 192);
}

body {
	overflow: hidden;
}

.col-center11 {
	margin: 0 auto;
	float: none !important;
}

/* .carousel {
	margin: 50px auto;
	padding: 0 70px;
} */

.carousel .item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	min-height: 290px;
}

.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}

.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}

.carousel .testimonial {
	padding: 30px 0 10px;
}

.carousel .overview {
	font-style: italic;
}

.carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}

.carousel .carousel-control {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	top: 50%;
	background: none;
}

.carousel-control i {
	font-size: 68px;
	line-height: 42px;
	position: absolute;
	display: inline-block;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel .carousel-indicators {
	bottom: -40px;
}

.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}

.carousel-indicators li {
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
	background: #555;
	box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.edit-btn {
	color: black;
	border: 1px solid black;
	background-color: rgb(206, 206, 206);
}

/* register form  */

.modal-form {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content */

.modal-content-form {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}

/* The Close Button */

.close-form {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close-form:hover, .close-form:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

/* plans portion */

/* plans portion */

/* plans portion */

/* faqs */

.accordion a {
	/*position: relative;*/
	/*display: -webkit-box;*/
	/*display: -webkit-flex;*/
	/*display: flex;*/
	/*-webkit-box-orient: vertical;*/
	/*-webkit-box-direction: normal;*/
	/*-webkit-flex-direction: column;*/
	/*flex-direction: column;*/
	/*width: 100%;*/
	/* padding: 1rem 3rem 1rem 1rem; */
	/*padding: 6px 0px 0px 0px !important;*/
	/*color: #7288a2;*/
	/*font-size: 1.15rem;*/
	/*font-weight: 400;*/
	/*border-bottom: 1px solid #e5e5e5;*/
}

.accordion a:hover, .accordion a:hover::after {
	cursor: pointer;
	color: #03b5d2;
}

.accordion a:hover::after {
	border: 1px solid #03b5d2;
}

.accordion a.active {
	color: #03b5d2;
	/* border-bottom: 1px solid #03b5d2; */
}

.accordion a::after {
	font-family: 'FontAwesome';
	content: '\f055';
	position: absolute;
	float: right;
	/* right: 1rem; */
	right: -8px;
	font-size: 22px;
	color: #7288a2;
	padding: 0px 25px 31px 5px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}

.accordion a.active::after {
	font-family: 'FontAwesome';
	content: '\f05c';
	color: #03b5d2;
	border: 1px solid #03b5d2;
}

.accordion .content {
	display: none;
	padding: 3px 12px 3px 12px;
	box-shadow: 0px 1px 7px -3px black;
	border-top: 0px;
	overflow: hidden;
	border-radius: 0px 0px 10px 10px;
}

.accordion .content p {
	font-size: 1rem;
	font-weight: 300;
}

/* form */

#faq_div {
	border: 2px solid #3498db;
	background: #F0F8FF;
	border-radius: 15px;
	display: none;
	/* position:relative; */
	/* top:40%;  */
	padding: 42px;
}

@media only screen and (max-width: 539px) {
	#faq_div {
		padding: 12px;
	}
}

/* menu dorp down box */

.dropdown-submenu {
	position: relative;
	width: 200px;
	padding: 8px 0px 8px 16px;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	padding: 8px 0px 8px 16px;
	margin-left: -1px;
	width: 190px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
}

.ul-reset {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

/* .section-wrapper {
	  background: #161616;
	  border-bottom: 1px solid #666;
	  border-top: 1px solid #666;
	  padding: 30px 0;
  } */

/* .accordion-wrapper {
	  background: #333;
	  margin: auto;
	  width: 250px;
  } */

.accordion-wrapper ul {
	position: relative;
}

/* .accordion-wrapper > ul > li {border-top: 1px solid #666;} */

.accordion-wrapper>ul>li:first-child {
	border-top: none;
}

/* .accordion-wrapper > ul > li:hover,
  .accordion-active {background: #555;} */

.accordion-wrapper>ul>li>a {
	color: #b5b8be;
	display: block;
	font-size: 15px;
	padding: 2px 10px 2px 0px;
}

.accordion-content>a:after {
	/* content: "\f078"; */
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 12px;
	position: absolute;
	right: 0;
}

.accordion-active>a:after {
	content: "\f077";
}

.accordion-wrapper ul ul {
	display: none;
}

.accordion-wrapper ul ul li {
	border-top: 1px solid #ddd;
}

.accordion-wrapper ul ul li:first-child {
	border-top: none;
}

.accordion-wrapper ul ul a {
	background: #f0f0f0;
	color: #555;
	display: block;
	font-size: 12px;
	padding: 10px 20px;
}

.block_imp{
	display:block !important;
	
}